home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TMSGHEADERDLG / TMSGHEADERDLG.txt < prev   
Text File  |  1998-11-20  |  3KB  |  141 lines

  1. object MsgHeaderDlg: TMsgHeaderDlg
  2.   Left = 200
  3.   Top = 108
  4.   Width = 435
  5.   Height = 300
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Message Header Information'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object HederViewer: TMemo
  19.     Left = 10
  20.     Top = 10
  21.     Width = 407
  22.     Height = 215
  23.     Align = alClient
  24.     ScrollBars = ssVertical
  25.     TabOrder = 0
  26.   end
  27.   object StatusBar1: TStatusBar
  28.     Left = 0
  29.     Top = 235
  30.     Width = 427
  31.     Height = 19
  32.     Panels = <>
  33.     SimplePanel = False
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 417
  37.     Top = 10
  38.     Width = 10
  39.     Height = 215
  40.     Align = alRight
  41.     BevelOuter = bvNone
  42.     Color = clSilver
  43.     TabOrder = 2
  44.   end
  45.   object TPanel
  46.     Left = 0
  47.     Top = 225
  48.     Width = 427
  49.     Height = 10
  50.     Align = alBottom
  51.     BevelOuter = bvNone
  52.     Color = clSilver
  53.     TabOrder = 3
  54.   end
  55.   object Panel2: TPanel
  56.     Left = 0
  57.     Top = 10
  58.     Width = 10
  59.     Height = 215
  60.     Align = alLeft
  61.     BevelOuter = bvNone
  62.     Color = clSilver
  63.     TabOrder = 4
  64.   end
  65.   object Panel3: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 427
  69.     Height = 10
  70.     Align = alTop
  71.     BevelOuter = bvNone
  72.     Color = clSilver
  73.     TabOrder = 5
  74.   end
  75.   object MainMenu1: TMainMenu
  76.     Left = 392
  77.     Top = 208
  78.     object File3: TMenuItem
  79.       Caption = '&File'
  80.       ShortCut = 0
  81.       object SaveAs2: TMenuItem
  82.         Caption = 'Save &As...'
  83.         ShortCut = 0
  84.         OnClick = SaveAs2Click
  85.       end
  86.       object N5: TMenuItem
  87.         Caption = '-'
  88.         ShortCut = 0
  89.       end
  90.       object Print2: TMenuItem
  91.         Caption = '&Print...'
  92.         ShortCut = 0
  93.         OnClick = Print2Click
  94.       end
  95.       object PrintSetup2: TMenuItem
  96.         Caption = 'P&rint Setup...'
  97.         ShortCut = 0
  98.         OnClick = PrintSetup2Click
  99.       end
  100.       object N4: TMenuItem
  101.         Caption = '-'
  102.         ShortCut = 0
  103.       end
  104.       object Exit2: TMenuItem
  105.         Caption = 'E&xit'
  106.         ShortCut = 0
  107.         OnClick = Exit2Click
  108.       end
  109.     end
  110.     object Edit1: TMenuItem
  111.       Caption = '&Edit'
  112.       ShortCut = 0
  113.       object Cut1: TMenuItem
  114.         Caption = 'Cu&t'
  115.         ShortCut = 16472
  116.         OnClick = Cut1Click
  117.       end
  118.       object Copy1: TMenuItem
  119.         Caption = '&Copy'
  120.         ShortCut = 16451
  121.         OnClick = Copy1Click
  122.       end
  123.     end
  124.   end
  125.   object PrintDialog1: TPrintDialog
  126.     Left = 360
  127.     Top = 208
  128.   end
  129.   object SaveDialog1: TSaveDialog
  130.     DefaultExt = 'txt'
  131.     FileEditStyle = fsEdit
  132.     Filter = 'Text Files|*.txt|All Files|*.*'
  133.     Left = 328
  134.     Top = 208
  135.   end
  136.   object PrinterSetupDialog1: TPrinterSetupDialog
  137.     Left = 296
  138.     Top = 208
  139.   end
  140. end
  141.